projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe3648
)
Fix provide call.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Jun 1997 18:32:34 +0000
(18:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Jun 1997 18:32:34 +0000
(18:32 +0000)
lisp/progmodes/icon.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/icon.el
b/lisp/progmodes/icon.el
index 571066043f593e0c493d731c520127fc376ad29c..44d891fb148a297653701b4ce2f11dff3c4a2634 100644
(file)
--- a/
lisp/progmodes/icon.el
+++ b/
lisp/progmodes/icon.el
@@
-698,5
+698,6
@@
Returns nil if line starts inside a string, t if in a comment."
(end-of-icon-defun)
(forward-char -1)))
-(provide 'icon-mode)
+(provide 'icon)
+
;;; icon.el ends here